drm/vc4: Add get/set tiling ioctls.
authorEric Anholt <eric@anholt.net>
Mon, 5 Jun 2017 21:00:45 +0000 (14:00 -0700)
committerRaspbian kernel package updater <root@raspbian.org>
Sun, 23 Jul 2017 02:59:59 +0000 (02:59 +0000)
commitf4a51eef7e4e42571a63e34e04d23fc1a0888a3c
treef43a4521bade93633a82c7476cf71d9f1029369f
parentbad62c1248c22f6d62e4e2518ea03f977850eb20
drm/vc4: Add get/set tiling ioctls.

This allows mesa to set the tiling format for a BO and have that
tiling format be respected by mesa on the other side of an
import/export (and by vc4 scanout in the kernel), without defining a
protocol to pass the tiling through userspace.

Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/vc4/vc4_bo.c
drivers/gpu/drm/vc4/vc4_drv.c
drivers/gpu/drm/vc4/vc4_drv.h
drivers/gpu/drm/vc4/vc4_kms.c
include/uapi/drm/vc4_drm.h